home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6984 / 6984.xpi / chrome / lazarus.jar / locale / en-US / options.dtd < prev    next >
Text File  |  2009-11-24  |  6KB  |  104 lines

  1.  
  2. <!-- initial window size in pixels --> 
  3. <!ENTITY window.width "555"> 
  4. <!ENTITY window.height "470">
  5. <!ENTITY window.title "Lazarus: Form Recovery: Options">
  6.  
  7. <!ENTITY welcome.pane.title "Welcome">
  8. <!ENTITY general.pane.title "General">
  9. <!ENTITY database.pane.title "Database">
  10.  
  11. <!ENTITY minutes "minutes">
  12. <!ENTITY hours "hours">
  13. <!ENTITY days "days">
  14. <!ENTITY weeks "weeks">
  15.  
  16.  
  17. <!ENTITY welcome.title "Lazarus: Form Recovery">
  18. <!ENTITY welcome.message "Lazarus is designed to run unobtrusively in the background. Then one day you'll spend 30 minutes 
  19.     filling in an important form, and the server will go down just before you submit it. That's where Lazarus works its magic.
  20.     Just right click the form and hit 'Recover Form' and all the fields will be restored to the state they were in just before you sent them.">
  21.  
  22. <!ENTITY saveSearchForms.label "Save Search Forms">
  23. <!ENTITY saveSearchForms.description "Unchecking this option prevents the saved form database from being filled up with data from search forms.
  24. Saving search forms is generally not of use, as search terms change often, and lost searches are easily re-entered. 
  25. Advanced search forms (forms with more than 1 text field and/or many other options) will still be saved.">
  26.     
  27. <!ENTITY savePasswordFields.label "Save passwords">
  28. <!ENTITY savePasswordFields.description "Saving passwords is not recommended as it allows anyone with physical access 
  29.     to your computer access to passwords you have entered into web pages. 
  30.     Saving passwords is not recommended.">
  31.  
  32. <!ENTITY saveHiddenFields.label "Save hidden fields">
  33. <!ENTITY saveHiddenFields.description "Hidden fields are often used by sites to store session information. 
  34.     This information could allow a user with physical access to your computer to be automatically logged in as you. 
  35.     Saving hidden fields is not recommended.">
  36.  
  37.  
  38. <!ENTITY disableSearch.label "Disable Search Indexing">
  39. <!ENTITY disableSearch.description "Disable indexing of your saved data">
  40. <!ENTITY disableSearch.description.link "Why would anyone do this? ">
  41.  
  42.  
  43. <!ENTITY expireSavedForms.label "Remove saved forms after">
  44. <!ENTITY expireSavedForms.description "Form details are saved to a database so they can be retrieved even after a browser crash. 
  45.     How long should the form details be kept for?">
  46.  
  47. <!ENTITY showInStatusbar.label "Show icon in statusbar">
  48. <!ENTITY showInStatusbar.description "Do you want the Lazarus icon in your statusbar?">
  49.  
  50. <!ENTITY showContextMenuIcons.label "Show icons in context menu">
  51. <!ENTITY showContextMenuIcons.description "Do you want the Lazarus menuitems in the right click menu to have icons next to them?">
  52.  
  53. <!ENTITY showDonateNotification.label "Show Restore Notification">
  54. <!ENTITY showDonateNotification.description "Should we remind you that you can donate to Lazarus whenever a large form is restored?">
  55.  
  56. <!ENTITY checkForUpdates.label "Check for updates">
  57. <!ENTITY checkForUpdates.description "Do you want Lazarus to check for new versions automatically?">
  58.  
  59. <!ENTITY checkForUpdatesBeta.label "Check for new beta versions">
  60. <!ENTITY checkForUpdatesBeta.description "We can also check for new beta versions?">
  61.  
  62. <!ENTITY removeForms.title "Remove all saved forms">
  63. <!ENTITY removeForms.description "Delete all saved forms and text from the database">
  64. <!ENTITY removeForms.confirm "Are you sure you want to remove ALL saved forms?\nThis action can not be undone!">
  65. <!ENTITY removeForms.complete "Forms removed.">
  66.  
  67. <!ENTITY removeTemplates.title "Remove all saved templates">
  68. <!ENTITY removeTemplates.description "Delete all saved templates from the database">
  69. <!ENTITY removeTemplates.confirm "Are you sure you want to remove ALL saved templates?\nThis action can not be undone!">
  70. <!ENTITY removeTemplates.complete "Templates removed.">
  71.  
  72. <!ENTITY cleanDatabase.title "Clean The Database">
  73. <!ENTITY cleanDatabase.description "Remove empty records from the database, and clean up the database file structure. NOTE: this can take some time (~30 seconds) to complete">
  74.  
  75. <!ENTITY restoreDatabase.title "Restore Database from Backup">
  76. <!ENTITY restoreDatabase.description "Restore the database from the last know backup. Sorry, but this action requires a browser restart :(">
  77.  
  78. <!ENTITY deleteDatabase.title "Delete The Database">
  79. <!ENTITY deleteDatabase.description "Delete the Lazarus database file from your file system! This action requires a browser restart :(">
  80.  
  81. <!ENTITY security.pane.title "Security">
  82. <!ENTITY useFormTextForSubmenuItems "Show text in menu">
  83. <!ENTITY useTimeForSubmenuItems "Show saved time in menu">
  84.  
  85. <!ENTITY showFormTextInSubMenu.description "Do you want the submenu items to show the first line of text from the saved form or 
  86.     would you prefer to show the time the form was saved.">
  87.  
  88. <!ENTITY usePassword.label "Require a password to restore forms">
  89. <!ENTITY backupDatabase.label "Keep a backup of the database ">
  90.  
  91. <!ENTITY changePassword "Change Password">
  92. <!ENTITY changePassword.description "The best way to secure your private form information is to set a
  93.     Lazarus Password. The password will need to be entered once per browser session, the first time you try to restore a form.">
  94. <!ENTITY changePassword.description.extra "All forms will continue to be saved whether or not you have entered your password">
  95. <!ENTITY resetPassword "Reset Password">
  96.  
  97. <!ENTITY textManager.title "Search Lazarus">
  98. <!ENTITY textManager.description "Search and recover data even if the original form/page is no longer available">
  99.  
  100. <!ENTITY enableInPrivateBrowsingMode.label "Enable Lazarus in Private Browsing Mode">
  101. <!ENTITY enableInPrivateBrowsingMode.description "Some users always run Firefox in Private Browsing Mode but want to have the protection of Lazarus saving their user data securely.
  102. For these users we offer the option of enabling Lazarus whilst you are in Private Browsing Mode. We strongly recommend using a Lazarus password if you enable this option.">
  103.  
  104.